home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_4_6.zip / METER.H < prev    next >
Text File  |  1991-02-21  |  765b  |  20 lines

  1. /****************************************************************************
  2. Module name: Meter.H
  3. Programmer : Jeffrey M. Richter.
  4. *****************************************************************************/
  5.  
  6. // Meter control sends WM_CTLCOLOR message to parent window 
  7. // with the following identifier with in the HIWORD of the lParam.
  8. #define CTLCOLOR_METER     (100)
  9.  
  10. // The Meter control doesn't have any class-specific window styles.
  11.  
  12.  
  13. // Meter control's class-specific window messages.
  14. #define MM_SETPARTSINJOB         (WM_USER + 0)
  15. #define MM_GETPARTSINJOB         (WM_USER + 1)
  16. #define MM_SETPARTSCOMPLETE      (WM_USER + 2)
  17. #define MM_GETPARTSCOMPLETE      (WM_USER + 3)
  18.  
  19. // Meter control has no notification codes to send to parent.
  20.